home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2001 June / PC-WELT 6_2001.ISO / images / README < prev   
Encoding:
Text File  |  2001-04-12  |  5.4 KB  |  161 lines

  1.  -------------------------------------
  2.  LINUX-MANDRAKE - INSTALLATION NOTICES
  3.  -------------------------------------
  4.  
  5.  Available:
  6.  
  7.     o ENGLISH
  8.     o FRENCH :  /doc/install/fr/INSTALL
  9.     o SPANISH : /doc/install/es/INSTALL
  10.     o GERMAN :  /doc/install/de/INSTALL
  11.     o ITALIAN : /doc/install/it/INSTALL
  12.  
  13.     and many others languages; look at /doc/install/ there may be a
  14.     directory for your language. If not (yet); contributors are welcome!
  15.  
  16. --------------------------------------------------------
  17.  
  18.    ----------------------------------------------
  19.    | Linux-Mandrake - Installation instructions |
  20.    ----------------------------------------------
  21.  
  22.  
  23.          * Required configuration *
  24.       - Pentium processor or compatible
  25.       - CDROM drive
  26.       - At least 32 MB RAM
  27.  
  28.  
  29. There are basically four ways you can install Linux-Mandrake, you
  30. should try them in order:
  31.  
  32. ======================================================================
  33.  
  34. 1 - The Install CD is bootable. In most cases, just insert the CD into
  35. the drive and reboot the machine. Follow the instructions displayed on
  36. screen, you are done.
  37.  
  38. ======================================================================
  39.  
  40. 2 - If you have MS-DOS installed on your computer, you can boot the
  41. installation system directly from the CD without using any diskettes.
  42.  
  43. To do this (assuming your CD is drive D:), use the following
  44. commands:
  45.  
  46. C:\> D:
  47. D:\> cd \dosutils\autoboot
  48. D:\dosutils\autoboot> autoboot.bat
  49.  
  50. Note that this method will not work if run in a DOS window -- the
  51. autoboot.bat file must be executed with DOS as the only operating
  52. system. In other words, Windows cannot be running.
  53.  
  54. ======================================================================
  55.  
  56. 3 - If your computer cannot boot from the CDROM and previous methods
  57. do not work, you must make a boot floppy under Windows as follows:
  58.     * insert the CDROM, then open the icon "My Computer", right click
  59.       on the CDROM drive icon and select "Open"
  60.     * go into the "dosutils" directory and double-click on the
  61.       "rawwritewin" icon
  62.     * insert a blank floppy in the floppy drive
  63.     * select "D:\images\cdrom.img" in the "Image File" field (assuming that
  64.       your CDROM drive is "D:", otherwise replace "D:" as needed)
  65.     * select "A:" in the "Floppy Drive" field then click on "Write".
  66.  
  67. To begin the installation, insert the CDROM in the drive, as well as the
  68. boot floppy if necessary, then restart the computer.
  69.  
  70. ======================================================================
  71.  
  72. 4 - If for any reason the previous methods do not fit your needs (you
  73. can't stand graphic install or you want to perform a network install
  74. or ...), you will also need to make a boot floppy.
  75.  
  76. Below are the main stages of installation:
  77.  
  78.  Mandrake Bootdisk Install
  79.  ========================= 
  80. Under Windows, follow the method described in point 3, but using
  81. xxxxx.img (see below) instead of cdrom.img.
  82.  
  83. Under Linux (or others modern unix) do :
  84.  
  85. $ dd if=xxxxx.img of=/dev/fd0
  86.  
  87. Under MS-Windows do (under command MS-DOS) :
  88.  
  89. E:\>..\dosutils\rawrite.exe ../images/xxxxx.img
  90.  
  91. xxxxx.image is the boot image :
  92. -----------------------------------------
  93.  DrakX (graphical) install
  94. -----------------------------------------
  95.  
  96. Default images
  97. --------------
  98.  
  99. cdrom.img:
  100.         install from CD-ROM
  101. hd.img:
  102.         install from hard-disk (linux, windows, or reiserfs
  103.     partition)
  104. network.img:
  105.         install from ftp/nfs/http
  106. pcmcia.img:
  107.         install from pcmcia devices
  108. other.img:
  109.     install that needs "less popular" drivers, mostly NET and
  110.     SCSI drivers; try this one if your default boot image seems
  111.     to not provide the driver you need
  112. blank.img:
  113.     install with a home-made kernel : you need to copy this
  114.     image on a floppy, then copy the kernel as a file named
  115.     "vmlinuz" on the floppy (be careful, modules support is
  116.     disabled so please include all needed network card drivers
  117.     and everything in your kernel)
  118. memtest-x86.bin:
  119.     allow you to check the memory of your system.
  120.  
  121. Alternate images: alternatives/
  122. -------------------------------
  123.  
  124. As non-regression principle doesn't exist in the Linux world :-), you
  125. will maybe have trouble with some particular hardware, with the default
  126. kernel.
  127.  
  128. You can use an alternate kernel to try and fix that : use the relevant
  129. boot floppy in this directory instead of default boot floppy. For example
  130. using file "cdrom.img-2.2.19-BADZ1" will end up with a cdrom-based
  131. installation, running with the kernel version 2.2.19-BADZ1.
  132.  
  133. NB: default images have the freshest kernel version.
  134.  
  135. see http://www.linux-mandrake.com/drakx/README for more technical
  136. information
  137. -----------------------------------------
  138.  Text Install
  139. -----------------------------------------
  140. DrakX supports a text mode installation. To use it, type "F1" at
  141. boot splash screen (first screen when your computer boots, showing
  142. a graphical Linux-Mandrake welcome screen), then type "text" and
  143. Enter.
  144. -----------------------------------------
  145.  Rescue
  146. -----------------------------------------
  147. Just use any boot floppy or the CDROM (as if you were performing a
  148. normal install), and type "F1" then "rescue" at boot time.
  149. You will have a basic system, in order to recover from crashes or
  150. things like that.
  151.  
  152. -----------------------------------------------------------------------
  153.  
  154. For installation support see the Mandrake mailing lists and FAQs at
  155. Mandrake web site :
  156.  
  157.                                           http://www.linux-mandrake.com
  158.  
  159. -----------------------------------------------------------------------
  160.  
  161.